const runtime.memProfile

5 uses

	runtime (current package)
		mprof.go#L24: 	memProfile bucketType = 1 + iota
		mprof.go#L168: 	case memProfile:
		mprof.go#L189: 	if b.typ != memProfile {
		mprof.go#L247: 	if typ == memProfile {
		mprof.go#L345: 	b := stkbucket(memProfile, size, stk[:nstk], true)